home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / tcc.xml < prev    next >
Text File  |  2002-09-27  |  1KB  |  48 lines

  1. <search function="tcc">
  2.   <name>Telephone Country Code Info</name>
  3.   <link>http://www.primeris.com</link>
  4.   <description>Search for information on a particular country code
  5.   <div class="helpboxDescLabels">Examples:</div> 
  6.   <table class="helpboxDescTable">
  7.     <tr>
  8.       <td>tcc 227" or "tcc Haiti"</td>
  9.     </tr>
  10.   </table>
  11.   </description>
  12.   <category>People and Places</category>
  13.   <contributor>Stephen Montgomery</contributor>
  14.   <email>stephenmontgomery_at_ameritech_dot_net</email>
  15.   <form name="tccf" 
  16.         method="get" 
  17.         action="http://www.primeris.com/fonefind/findint.php">
  18.     <input type="hidden" name="intlnum" />
  19.     <input type="hidden" name="intlname" />
  20.     <input type="hidden" name="intlquery" />
  21.   </form>
  22.   <script><![CDATA[
  23.     function tcc(q)
  24.     {
  25.       if (q == "")
  26.         window.open("http://www.primeris.com/fonefind");
  27.       else
  28.       {
  29.         if (result = q.match(/^(\d+)\s*(.*)/))
  30.         {
  31.           document.tccf.intlnum.value=result[1];
  32.           document.tccf.intlquery.value="Search by Number";
  33.         } else {
  34.           document.tccf.intlname.value=q;
  35.           document.tccf.intlquery.value="Search by Country";
  36.         }
  37.         submitForm(tccf);
  38.       }
  39.     }
  40.   ]]></script>
  41.  
  42.   <copyright>
  43.     Copyright (c) 2002 David Bau
  44.     Distributed under the terms of the
  45.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  46.   </copyright>
  47. </search>
  48.